home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / emacs / src / s-hpux8.h < prev    next >
C/C++ Source or Header  |  1992-10-01  |  685b  |  22 lines

  1. /* s- file for hpux version 8.
  2.    This contains changes that were suggested "for the hp700".
  3.    They were not needed for the 800.
  4.    Our conjecture that they are needed for hpux version 8,
  5.    which is what runs on the 700.  */
  6.  
  7. #include "s-hpux7.h"
  8.  
  9. #define C_SWITCH_SYSTEM -I/usr/include/X11R4
  10.  
  11. /* Don't use shared libraries.  unexec doesn't handle them.  */
  12. #define LD_SWITCH_SYSTEM -a archive  -L/usr/lib/X11R4
  13.  
  14. /* Some hpux 8 machines seem to have TIOCGWINSZ,
  15.    and none have sioctl.h, so might as well define this.  */
  16. #define NO_SIOCTL_H
  17.  
  18. /* Specify compiler options for compiling oldXMenu.  */
  19. #define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4
  20.  
  21. #undef NO_X_DESTROY_DATABASE
  22.